﻿2026-09-10T09:33:45.2953774Z ##[group]Run set -euo pipefail
2026-09-10T09:33:45.2954060Z [36;1mset -euo pipefail[0m
2026-09-10T09:33:45.2954270Z [36;1mPIN=0c95435[0m
2026-09-10T09:33:45.2954471Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-09-10T09:33:45.2954709Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-09-10T09:33:45.2955024Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-09-10T09:33:45.2955413Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-09-10T09:33:45.2955812Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-09-10T09:33:45.2956264Z [36;1m  rm -rf "$CACHE"[0m
2026-09-10T09:33:45.2956484Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-09-10T09:33:45.2956742Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-09-10T09:33:45.2957062Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-09-10T09:33:45.2957461Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-09-10T09:33:45.2957876Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-09-10T09:33:45.2958280Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-09-10T09:33:45.2958682Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-09-10T09:33:45.2959463Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-09-10T09:33:45.2960044Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-09-10T09:33:45.2960589Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-09-10T09:33:45.2961104Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-09-10T09:33:45.2961530Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-09-10T09:33:45.2962106Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-09-10T09:33:45.2962498Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-09-10T09:33:45.2962761Z [36;1mfi[0m
2026-09-10T09:33:45.2963061Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-09-10T09:33:45.2963483Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-09-10T09:33:45.2976684Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-10T09:33:45.2976957Z env:
2026-09-10T09:33:45.2977151Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-09-10T09:33:45.2977490Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34458491560-1-Ob1nBX
2026-09-10T09:33:45.2977933Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34458491560-1-Ob1nBX
2026-09-10T09:33:45.2978338Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34458491560-1-Ob1nBX
2026-09-10T09:33:45.2978740Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-34458491560-1-Ob1nBX
2026-09-10T09:33:45.2979164Z ##[endgroup]
2026-09-10T09:33:45.6132693Z    Compiling proc-macro2 v1.0.106
2026-09-10T09:33:45.6133160Z    Compiling unicode-ident v1.0.24
2026-09-10T09:33:45.6133428Z    Compiling quote v1.0.45
2026-09-10T09:33:45.6133681Z    Compiling libc v0.2.186
2026-09-10T09:33:45.6133907Z    Compiling cfg-if v1.0.4
2026-09-10T09:33:45.6134167Z    Compiling serde_core v1.0.228
2026-09-10T09:33:45.6158678Z    Compiling serde v1.0.228
2026-09-10T09:33:45.6190163Z    Compiling typenum v1.20.1
2026-09-10T09:33:45.6233882Z    Compiling log v0.4.32
2026-09-10T09:33:45.6234397Z    Compiling version_check v0.9.5
2026-09-10T09:33:45.6261590Z    Compiling portable-atomic v1.13.1
2026-09-10T09:33:45.6324255Z    Compiling pin-project-lite v0.2.17
2026-09-10T09:33:45.6324698Z    Compiling memchr v2.8.1
2026-09-10T09:33:45.6364869Z    Compiling subtle v2.6.1
2026-09-10T09:33:45.6365569Z    Compiling critical-section v1.2.0
2026-09-10T09:33:45.6671676Z    Compiling shlex v2.0.1
2026-09-10T09:33:45.7120518Z    Compiling find-msvc-tools v0.1.9
2026-09-10T09:33:45.7415321Z    Compiling smallvec v1.15.1
2026-09-10T09:33:45.7500503Z    Compiling bytes v1.11.1
2026-09-10T09:33:45.8110893Z    Compiling futures-core v0.3.32
2026-09-10T09:33:45.8550724Z    Compiling equivalent v1.0.2
2026-09-10T09:33:45.8880083Z    Compiling itoa v1.0.18
2026-09-10T09:33:45.9011687Z    Compiling semver v1.0.28
2026-09-10T09:33:45.9331335Z    Compiling stable_deref_trait v1.2.1
2026-09-10T09:33:45.9553318Z    Compiling futures-io v0.3.32
2026-09-10T09:33:45.9790642Z    Compiling generic-array v0.14.7
2026-09-10T09:33:45.9859537Z    Compiling futures-sink v0.3.32
2026-09-10T09:33:45.9860739Z    Compiling slab v0.4.12
2026-09-10T09:33:45.9861316Z    Compiling futures-task v0.3.32
2026-09-10T09:33:46.0061081Z    Compiling rand_core v0.10.1
2026-09-10T09:33:46.0727681Z    Compiling futures-channel v0.3.32
2026-09-10T09:33:46.0961513Z    Compiling bitflags v2.12.1
2026-09-10T09:33:46.1107557Z    Compiling autocfg v1.5.1
2026-09-10T09:33:46.1640879Z    Compiling getrandom v0.4.2
2026-09-10T09:33:46.1721176Z    Compiling hashbrown v0.17.1
2026-09-10T09:33:46.1849996Z    Compiling cpufeatures v0.2.17
2026-09-10T09:33:46.1886113Z    Compiling rustversion v1.0.22
2026-09-10T09:33:46.2200440Z    Compiling rustc_version v0.4.1
2026-09-10T09:33:46.2380679Z    Compiling scopeguard v1.2.0
2026-09-10T09:33:46.2973687Z    Compiling fnv v1.0.7
2026-09-10T09:33:46.3100801Z    Compiling lock_api v0.4.14
2026-09-10T09:33:46.3231954Z    Compiling const-oid v0.9.6
2026-09-10T09:33:46.3592020Z    Compiling cfg_aliases v0.2.1
2026-09-10T09:33:46.3808092Z    Compiling strsim v0.11.1
2026-09-10T09:33:46.3954102Z    Compiling litemap v0.8.2
2026-09-10T09:33:46.4197467Z    Compiling libm v0.2.16
2026-09-10T09:33:46.5310958Z    Compiling writeable v0.6.3
2026-09-10T09:33:46.5525445Z    Compiling num-traits v0.2.19
2026-09-10T09:33:46.5600915Z    Compiling dunce v1.0.5
2026-09-10T09:33:46.5840750Z    Compiling icu_normalizer_data v2.2.0
2026-09-10T09:33:46.6260645Z    Compiling ident_case v1.0.1
2026-09-10T09:33:46.6820746Z    Compiling fs_extra v1.3.0
2026-09-10T09:33:46.7130369Z    Compiling utf8_iter v1.0.4
2026-09-10T09:33:46.7310758Z    Compiling icu_properties_data v2.2.0
2026-09-10T09:33:46.7620461Z    Compiling percent-encoding v2.3.2
2026-09-10T09:33:46.8411518Z    Compiling syn v2.0.117
2026-09-10T09:33:46.8551605Z    Compiling http v1.4.1
2026-09-10T09:33:46.8625441Z    Compiling zerocopy v0.8.50
2026-09-10T09:33:46.8695546Z    Compiling unicode-segmentation v1.13.3
2026-09-10T09:33:46.8810433Z    Compiling thiserror v2.0.18
2026-09-10T09:33:46.8841098Z    Compiling cpufeatures v0.3.0
2026-09-10T09:33:46.9641028Z    Compiling indexmap v2.14.0
2026-09-10T09:33:46.9724468Z    Compiling hybrid-array v0.4.12
2026-09-10T09:33:46.9919996Z    Compiling aws-lc-rs v1.17.0
2026-09-10T09:33:47.0271149Z    Compiling form_urlencoded v1.2.2
2026-09-10T09:33:47.1101060Z    Compiling spin v0.9.8
2026-09-10T09:33:47.1781397Z    Compiling untrusted v0.9.0
2026-09-10T09:33:47.2590177Z    Compiling heck v0.5.0
2026-09-10T09:33:47.2590793Z    Compiling rustls v0.23.40
2026-09-10T09:33:47.2810950Z    Compiling atomic-waker v1.1.2
2026-09-10T09:33:47.2868392Z    Compiling anyhow v1.0.102
2026-09-10T09:33:47.3030558Z    Compiling const-oid v0.10.2
2026-09-10T09:33:47.3770612Z    Compiling jobserver v0.1.34
2026-09-10T09:33:47.4382128Z    Compiling convert_case v0.10.0
2026-09-10T09:33:47.4461185Z    Compiling unicode-xid v0.2.6
2026-09-10T09:33:47.4681081Z    Compiling fastrand v2.4.1
2026-09-10T09:33:47.5033678Z    Compiling httparse v1.10.1
2026-09-10T09:33:47.5362795Z    Compiling parking_lot_core v0.9.12
2026-09-10T09:33:47.5470701Z    Compiling paste v1.0.15
2026-09-10T09:33:47.6410954Z    Compiling cc v1.2.63
2026-09-10T09:33:47.6694645Z    Compiling crypto-common v0.1.7
2026-09-10T09:33:47.6790781Z    Compiling block-buffer v0.12.0
2026-09-10T09:33:47.7289400Z    Compiling crypto-common v0.2.2
2026-09-10T09:33:47.7428914Z    Compiling block-buffer v0.10.4
2026-09-10T09:33:47.7581046Z    Compiling inout v0.2.2
2026-09-10T09:33:47.8001408Z    Compiling curve25519-dalek v4.1.3
2026-09-10T09:33:47.8046809Z    Compiling ahash v0.8.12
2026-09-10T09:33:47.8440995Z    Compiling http-body v1.0.1
2026-09-10T09:33:47.8511079Z    Compiling powerfmt v0.2.0
2026-09-10T09:33:47.8581878Z    Compiling base64ct v1.8.3
2026-09-10T09:33:47.8793836Z    Compiling digest v0.10.7
2026-09-10T09:33:47.8864491Z    Compiling either v1.16.0
2026-09-10T09:33:48.0090916Z    Compiling deranged v0.5.8
2026-09-10T09:33:48.1081737Z    Compiling sha2 v0.10.9
2026-09-10T09:33:48.1603144Z    Compiling mio v1.2.1
2026-09-10T09:33:48.1890811Z    Compiling getrandom v0.2.17
2026-09-10T09:33:48.2250253Z    Compiling socket2 v0.6.4
2026-09-10T09:33:48.4110949Z    Compiling rand_core v0.6.4
2026-09-10T09:33:48.4193795Z    Compiling pem-rfc7468 v1.0.0
2026-09-10T09:33:48.5208109Z    Compiling uuid v1.23.2
2026-09-10T09:33:48.5610571Z    Compiling pkg-config v0.3.33
2026-09-10T09:33:48.6221067Z    Compiling signature v2.2.0
2026-09-10T09:33:48.6274178Z    Compiling cipher v0.5.2
2026-09-10T09:33:48.6573303Z    Compiling try-lock v0.2.5
2026-09-10T09:33:48.7288586Z    Compiling zmij v1.0.21
2026-09-10T09:33:48.7430785Z    Compiling time-core v0.1.8
2026-09-10T09:33:48.7849818Z    Compiling data-encoding v2.11.0
2026-09-10T09:33:48.8042916Z    Compiling vcpkg v0.2.15
2026-09-10T09:33:48.8830658Z    Compiling cmake v0.1.58
2026-09-10T09:33:48.8960157Z    Compiling chacha20 v0.10.0
2026-09-10T09:33:48.9170370Z    Compiling num-conv v0.2.2
2026-09-10T09:33:48.9330381Z    Compiling tower-service v0.3.3
2026-09-10T09:33:48.9431318Z    Compiling tinyvec_macros v0.1.1
2026-09-10T09:33:48.9501775Z    Compiling base64 v0.22.1
2026-09-10T09:33:48.9957537Z    Compiling tinyvec v1.11.0
2026-09-10T09:33:49.0005868Z    Compiling num-integer v0.1.47
2026-09-10T09:33:49.0289149Z    Compiling want v0.3.1
2026-09-10T09:33:49.0683935Z    Compiling parking_lot v0.12.5
2026-09-10T09:33:49.1447685Z    Compiling inout v0.1.4
2026-09-10T09:33:49.1758619Z    Compiling spt-procident v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-09-10T09:33:49.1880718Z    Compiling vergen-lib v9.1.0
2026-09-10T09:33:49.2382878Z    Compiling rand v0.10.1
2026-09-10T09:33:49.2690651Z    Compiling n0-future v0.3.2
2026-09-10T09:33:49.2846509Z    Compiling diatomic-waker v0.2.3
2026-09-10T09:33:49.3131182Z    Compiling crossbeam-utils v0.8.21
2026-09-10T09:33:49.3410337Z    Compiling parking v2.2.1
2026-09-10T09:33:49.4104920Z    Compiling cordyceps v0.3.4
2026-09-10T09:33:49.4213908Z    Compiling winnow v1.0.3
2026-09-10T09:33:49.4461542Z    Compiling spin v0.10.0
2026-09-10T09:33:49.4616541Z    Compiling serde_json v1.0.150
2026-09-10T09:33:49.4844883Z    Compiling num-bigint-dig v0.8.6
2026-09-10T09:33:49.4941897Z    Compiling httpdate v1.0.3
2026-09-10T09:33:49.5664115Z    Compiling futures-lite v2.6.1
2026-09-10T09:33:49.5782143Z    Compiling spt-poolguard v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-09-10T09:33:49.6285873Z    Compiling num-iter v0.1.46
2026-09-10T09:33:49.6414124Z    Compiling cipher v0.4.4
2026-09-10T09:33:49.6610448Z    Compiling ed25519 v2.2.3
2026-09-10T09:33:49.6814944Z    Compiling digest v0.11.3
2026-09-10T09:33:49.7435274Z    Compiling netlink-packet-core v0.8.1
2026-09-10T09:33:49.7531404Z    Compiling universal-hash v0.5.1
2026-09-10T09:33:49.7791828Z    Compiling aws-lc-sys v0.41.0
2026-09-10T09:33:49.8084019Z    Compiling ring v0.17.14
2026-09-10T09:33:49.8683317Z    Compiling libsqlite3-sys v0.30.1
2026-09-10T09:33:49.8854015Z    Compiling futures-buffered v0.2.13
2026-09-10T09:33:49.8959269Z    Compiling lazy_static v1.5.0
2026-09-10T09:33:49.9134614Z    Compiling vergen-lib v0.1.6
2026-09-10T09:33:49.9141486Z    Compiling vergen v9.1.0
2026-09-10T09:33:49.9463409Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-09-10T09:33:49.9740675Z    Compiling heapless v0.7.17
2026-09-10T09:33:50.0544642Z    Compiling noq-udp v0.10.0
2026-09-10T09:33:50.0911054Z    Compiling aho-corasick v1.1.4
2026-09-10T09:33:50.1052947Z    Compiling sync_wrapper v1.0.2
2026-09-10T09:33:50.1866528Z    Compiling opaque-debug v0.3.1
2026-09-10T09:33:50.2461136Z    Compiling allocator-api2 v0.2.21
2026-09-10T09:33:50.2572998Z    Compiling regex-syntax v0.8.10
2026-09-10T09:33:50.2678891Z    Compiling byteorder v1.5.0
2026-09-10T09:33:50.2761497Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-09-10T09:33:50.3341485Z    Compiling spt-store v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-09-10T09:33:50.4039994Z    Compiling polyval v0.6.2
2026-09-10T09:33:50.4841493Z    Compiling hash32 v0.2.1
2026-09-10T09:33:50.5817182Z    Compiling vergen-gitcl v1.0.8
2026-09-10T09:33:50.7265100Z    Compiling fallible-streaming-iterator v0.1.9
2026-09-10T09:33:50.7354575Z    Compiling signature v3.0.0
2026-09-10T09:33:50.7559418Z    Compiling fallible-iterator v0.3.0
2026-09-10T09:33:50.7801510Z    Compiling num_threads v0.1.7
2026-09-10T09:33:50.8581702Z    Compiling ryu v1.0.23
2026-09-10T09:33:50.8719724Z    Compiling tower-layer v0.3.3
2026-09-10T09:33:50.8836128Z    Compiling time v0.3.47
2026-09-10T09:33:50.9587421Z    Compiling ghash v0.5.1
2026-09-10T09:33:51.0543443Z    Compiling ctr v0.9.2
2026-09-10T09:33:51.0580775Z    Compiling aes v0.8.4
2026-09-10T09:33:51.0946694Z    Compiling sha2 v0.11.0-rc.5
2026-09-10T09:33:51.2544735Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-09-10T09:33:51.3677237Z    Compiling fs2 v0.4.3
2026-09-10T09:33:51.4259803Z    Compiling http-body-util v0.1.3
2026-09-10T09:33:51.5377024Z    Compiling aead v0.5.2
2026-09-10T09:33:51.6407162Z    Compiling arrayvec v0.7.6
2026-09-10T09:33:51.6907010Z    Compiling utf8parse v0.2.2
2026-09-10T09:33:51.7350635Z    Compiling openssl-probe v0.2.1
2026-09-10T09:33:51.7910822Z    Compiling rustix v1.1.4
2026-09-10T09:33:51.8131241Z    Compiling aes-gcm v0.10.3
2026-09-10T09:33:51.8930164Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-09-10T09:33:51.9225962Z    Compiling crossbeam-epoch v0.9.18
2026-09-10T09:33:51.9582245Z    Compiling crossbeam-channel v0.5.15
2026-09-10T09:33:51.9771255Z    Compiling netlink-packet-route v0.29.0
2026-09-10T09:33:52.1530281Z    Compiling synstructure v0.13.2
2026-09-10T09:33:52.2191598Z    Compiling darling_core v0.20.11
2026-09-10T09:33:52.3584146Z    Compiling blake3 v1.8.5
2026-09-10T09:33:52.6267733Z    Compiling ppv-lite86 v0.2.21
2026-09-10T09:33:52.6465030Z    Compiling acto v0.8.2
2026-09-10T09:33:52.6627151Z    Compiling memoffset v0.6.5
2026-09-10T09:33:52.7091196Z    Compiling noq v0.18.0
2026-09-10T09:33:52.7739804Z    Compiling netwatch v0.16.0
2026-09-10T09:33:52.8372804Z    Compiling proc-macro-crate v3.5.0
2026-09-10T09:33:52.8596985Z    Compiling tagptr v0.2.0
2026-09-10T09:33:52.9540714Z    Compiling identity-hash v0.1.0
2026-09-10T09:33:52.9623415Z    Compiling sorted-index-buffer v0.2.1
2026-09-10T09:33:53.0310963Z    Compiling xml-rs v0.8.28
2026-09-10T09:33:53.0380821Z    Compiling linux-raw-sys v0.12.1
2026-09-10T09:33:53.0446567Z    Compiling lru-slab v0.1.2
2026-09-10T09:33:53.1032091Z    Compiling rand_chacha v0.3.1
2026-09-10T09:33:53.1100662Z    Compiling regex-automata v0.4.14
2026-09-10T09:33:53.1444966Z    Compiling thiserror v1.0.69
2026-09-10T09:33:53.3711744Z    Compiling rand v0.8.7
2026-09-10T09:33:53.3931805Z    Compiling rustc-hash v2.1.2
2026-09-10T09:33:53.4020522Z    Compiling foldhash v0.2.0
2026-09-10T09:33:53.4040997Z    Compiling ref-cast v1.0.25
2026-09-10T09:33:53.4926713Z    Compiling mac-addr v0.3.0
2026-09-10T09:33:53.5698025Z    Compiling hashbrown v0.16.1
2026-09-10T09:33:53.7440553Z    Compiling serde_derive_internals v0.29.1
2026-09-10T09:33:53.7826186Z    Compiling netlink-packet-route v0.30.0
2026-09-10T09:33:53.9817044Z    Compiling xmltree v0.10.3
2026-09-10T09:33:54.1602525Z    Compiling serde_derive v1.0.228
2026-09-10T09:33:54.2520426Z    Compiling zeroize_derive v1.4.3
2026-09-10T09:33:54.2649295Z    Compiling tokio-macros v2.7.0
2026-09-10T09:33:54.3322530Z    Compiling futures-macro v0.3.32
2026-09-10T09:33:54.5636686Z    Compiling zerofrom-derive v0.1.7
2026-09-10T09:33:54.7460630Z    Compiling yoke-derive v0.8.2
2026-09-10T09:33:54.8011964Z    Compiling zerovec-derive v0.11.3
2026-09-10T09:33:54.8101074Z    Compiling displaydoc v0.2.6
2026-09-10T09:33:54.8205703Z    Compiling zeroize v1.8.2
2026-09-10T09:33:54.8275057Z    Compiling tracing-attributes v0.1.31
2026-09-10T09:33:54.9220760Z    Compiling tokio v1.52.3
2026-09-10T09:33:54.9981052Z    Compiling rustls-pki-types v1.14.1
2026-09-10T09:33:55.1750670Z    Compiling futures-util v0.3.32
2026-09-10T09:33:55.5270850Z    Compiling thiserror-impl v2.0.18
2026-09-10T09:33:55.5590993Z    Compiling curve25519-dalek-derive v0.1.1
2026-09-10T09:33:55.9212704Z    Compiling darling_macro v0.20.11
2026-09-10T09:33:55.9289809Z    Compiling zerofrom v0.1.8
2026-09-10T09:33:56.0331549Z    Compiling yoke v0.8.3
2026-09-10T09:33:56.2090958Z    Compiling derive_more-impl v2.1.1
2026-09-10T09:33:56.2470693Z    Compiling darling v0.20.11
2026-09-10T09:33:56.2747047Z    Compiling zerovec v0.11.6
2026-09-10T09:33:56.2772971Z    Compiling zerotrie v0.2.4
2026-09-10T09:33:56.3269544Z    Compiling derive_builder_core v0.20.2
2026-09-10T09:33:56.3789429Z    Compiling der v0.7.10
2026-09-10T09:33:56.6571159Z    Compiling n0-error-macros v0.1.3
2026-09-10T09:33:56.7310770Z    Compiling spez v0.1.2
2026-09-10T09:33:56.9881363Z    Compiling tinystr v0.8.3
2026-09-10T09:33:57.0571127Z    Compiling potential_utf v0.1.5
2026-09-10T09:33:57.1770048Z    Compiling icu_locale_core v2.2.0
2026-09-10T09:33:57.1940653Z    Compiling icu_collections v2.2.0
2026-09-10T09:33:57.5721248Z    Compiling derive_builder_macro v0.20.2
2026-09-10T09:33:57.6051337Z    Compiling n0-error v0.1.3
2026-09-10T09:33:57.8210997Z    Compiling derive_builder v0.20.2
2026-09-10T09:33:57.8923777Z    Compiling spki v0.7.3
2026-09-10T09:33:57.9146304Z    Compiling der v0.8.0-rc.10
2026-09-10T09:33:57.9840614Z    Compiling pin-project-internal v1.1.13
2026-09-10T09:33:58.1025852Z    Compiling pkcs8 v0.10.2
2026-09-10T09:33:58.3870835Z    Compiling icu_provider v2.2.0
2026-09-10T09:33:58.5500705Z    Compiling ed25519-dalek v2.2.0
2026-09-10T09:33:58.6430311Z    Compiling futures-executor v0.3.32
2026-09-10T09:33:58.7989664Z    Compiling icu_normalizer v2.2.0
2026-09-10T09:33:58.8119111Z    Compiling icu_properties v2.2.0
2026-09-10T09:33:58.8252589Z    Compiling pkcs1 v0.7.5
2026-09-10T09:33:58.9350000Z    Compiling futures v0.3.32
2026-09-10T09:33:58.9959607Z    Compiling spt-proto v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-09-10T09:33:59.0624539Z    Compiling cobs v0.3.0
2026-09-10T09:33:59.2598627Z    Compiling ipnet v2.12.0
2026-09-10T09:33:59.3210972Z    Compiling pin-project v1.1.13
2026-09-10T09:33:59.3410699Z    Compiling spki v0.8.0-rc.4
2026-09-10T09:33:59.5268558Z    Compiling pkcs8 v0.11.0-rc.10
2026-09-10T09:33:59.6191443Z    Compiling prefix-trie v0.8.4
2026-09-10T09:33:59.6974974Z    Compiling ed25519 v3.0.0-rc.4
2026-09-10T09:33:59.8724861Z    Compiling regex v1.12.3
2026-09-10T09:33:59.9838119Z    Compiling once_cell v1.21.4
2026-09-10T09:34:00.0289709Z    Compiling postcard-derive v0.2.2
2026-09-10T09:34:00.0900967Z    Compiling data-encoding-macro-internal v0.1.18
2026-09-10T09:34:00.1457635Z    Compiling rsa v0.9.10
2026-09-10T09:34:00.2110340Z    Compiling tracing-core v0.1.36
2026-09-10T09:34:00.3518218Z    Compiling idna_adapter v1.2.2
2026-09-10T09:34:00.4590865Z    Compiling idna v1.1.0
2026-09-10T09:34:00.5541208Z    Compiling postcard v1.1.3
2026-09-10T09:34:00.5641413Z    Compiling data-encoding-macro v0.1.20
2026-09-10T09:34:00.6482299Z    Compiling tokio-util v0.7.18
2026-09-10T09:34:00.6764016Z    Compiling derive_more v2.1.1
2026-09-10T09:34:00.6903008Z    Compiling hashbrown v0.14.5
2026-09-10T09:34:00.7151748Z    Compiling netlink-sys v0.8.8
2026-09-10T09:34:00.7262949Z    Compiling tower v0.5.3
2026-09-10T09:34:00.8216386Z    Compiling tracing v0.1.44
2026-09-10T09:34:00.8630660Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-09-10T09:34:00.9927110Z    Compiling url v2.5.8
2026-09-10T09:34:01.0877104Z    Compiling rustls-native-certs v0.8.4
2026-09-10T09:34:01.1561347Z    Compiling enum-assoc v1.3.0
2026-09-10T09:34:01.2686681Z    Compiling strum_macros v0.28.0
2026-09-10T09:34:01.3512009Z    Compiling iroh-metrics-derive v0.4.1
2026-09-10T09:34:01.3961334Z    Compiling hashlink v0.9.1
2026-09-10T09:34:01.4251782Z    Compiling async-trait v0.1.89
2026-09-10T09:34:01.4442142Z    Compiling num_enum_derive v0.7.6
2026-09-10T09:34:01.5101125Z    Compiling netlink-proto v0.12.0
2026-09-10T09:34:01.5797425Z    Compiling h2 v0.4.14
2026-09-10T09:34:01.6719486Z    Compiling iroh-relay v0.98.0
2026-09-10T09:34:01.7411497Z    Compiling rusqlite v0.32.1
2026-09-10T09:34:01.7515935Z    Compiling hickory-proto v0.26.0-beta.4
2026-09-10T09:34:01.7596839Z    Compiling iroh-metrics v0.38.3
2026-09-10T09:34:01.8103359Z    Compiling iroh-base v0.98.0
2026-09-10T09:34:01.9220701Z    Compiling attohttpc v0.30.1
2026-09-10T09:34:01.9531550Z    Compiling tower-http v0.6.11
2026-09-10T09:34:01.9855439Z    Compiling n0-watcher v0.6.1
2026-09-10T09:34:02.1977940Z    Compiling tokio-stream v0.1.18
2026-09-10T09:34:02.3460630Z    Compiling netdev v0.42.0
2026-09-10T09:34:02.3567804Z    Compiling moka v0.12.15
2026-09-10T09:34:02.4400496Z    Compiling toml_datetime v0.6.11
2026-09-10T09:34:02.4930663Z    Compiling num_enum v0.7.6
2026-09-10T09:34:02.4943143Z    Compiling serde_spanned v0.6.9
2026-09-10T09:34:02.5824780Z    Compiling ref-cast-impl v1.0.25
2026-09-10T09:34:02.6045579Z    Compiling thiserror-impl v1.0.69
2026-09-10T09:34:02.6815836Z    Compiling termios v0.2.2
2026-09-10T09:34:02.7850797Z    Compiling serial-core v0.4.0
2026-09-10T09:34:02.8189213Z    Compiling ioctl-rs v0.1.6
2026-09-10T09:34:02.8390909Z    Compiling errno v0.3.14
2026-09-10T09:34:02.9119980Z    Compiling simple-dns v0.9.3
2026-09-10T09:34:02.9528895Z    Compiling toml_write v0.1.2
2026-09-10T09:34:02.9672770Z    Compiling simdutf8 v0.1.5
2026-09-10T09:34:03.0377472Z    Compiling constant_time_eq v0.4.2
2026-09-10T09:34:03.1812798Z    Compiling winnow v0.7.15
2026-09-10T09:34:03.2157553Z    Compiling signal-hook v0.3.18
2026-09-10T09:34:03.2773046Z    Compiling arrayref v0.3.9
2026-09-10T09:34:03.3340793Z    Compiling resolv-conf v0.7.6
2026-09-10T09:34:03.3531631Z    Compiling smol_str v0.1.24
2026-09-10T09:34:03.5681058Z    Compiling sha1_smol v1.0.1
2026-09-10T09:34:03.6761026Z    Compiling signal-hook-registry v1.4.8
2026-09-10T09:34:03.6945292Z    Compiling serial-unix v0.4.0
2026-09-10T09:34:03.8401617Z    Compiling strum v0.28.0
2026-09-10T09:34:03.8910944Z    Compiling webpki-roots v1.0.7
2026-09-10T09:34:03.9010590Z    Compiling schemars_derive v1.2.1
2026-09-10T09:34:03.9225142Z    Compiling lru v0.16.4
2026-09-10T09:34:04.0040330Z    Compiling darling_core v0.23.0
2026-09-10T09:34:04.0045156Z    Compiling serde_bytes v0.11.19
2026-09-10T09:34:04.0404153Z    Compiling seize v0.5.1
2026-09-10T09:34:04.1008490Z    Compiling hmac v0.12.1
2026-09-10T09:34:04.1607953Z    Compiling iroh v0.98.2
2026-09-10T09:34:04.2112549Z    Compiling iroh-dns v0.98.0
2026-09-10T09:34:04.2554542Z    Compiling rustix v0.38.44
2026-09-10T09:34:04.2980938Z    Compiling cmov v0.5.4
2026-09-10T09:34:04.3865165Z    Compiling pin-utils v0.1.0
2026-09-10T09:34:04.4112935Z    Compiling bitflags v1.3.2
2026-09-10T09:34:04.4568084Z    Compiling dyn-clone v1.0.20
2026-09-10T09:34:04.4739770Z    Compiling nix v0.25.1
2026-09-10T09:34:04.5180883Z    Compiling papaya v0.2.4
2026-09-10T09:34:04.5347416Z    Compiling ctutils v0.4.2
2026-09-10T09:34:04.5430764Z    Compiling hkdf v0.12.4
2026-09-10T09:34:04.5768130Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-09-10T09:34:04.6238444Z    Compiling filedescriptor v0.8.3
2026-09-10T09:34:04.7461044Z    Compiling serial v0.4.0
2026-09-10T09:34:04.7895573Z    Compiling backon v1.6.0
2026-09-10T09:34:04.8110936Z    Compiling anstyle-parse v1.0.0
2026-09-10T09:34:04.8519930Z    Compiling vte_generate_state_changes v0.1.2
2026-09-10T09:34:04.9844464Z    Compiling anstyle-query v1.1.5
2026-09-10T09:34:05.0460895Z    Compiling anstyle v1.0.14
2026-09-10T09:34:05.0644332Z    Compiling instability v0.3.12
2026-09-10T09:34:05.0708265Z    Compiling shell-words v1.1.1
2026-09-10T09:34:05.0771277Z    Compiling foldhash v0.1.5
2026-09-10T09:34:05.0919867Z    Compiling is_terminal_polyfill v1.70.2
2026-09-10T09:34:05.1730907Z    Compiling unicode-width v0.2.0
2026-09-10T09:34:05.2111048Z    Compiling colorchoice v1.0.5
2026-09-10T09:34:05.2308747Z    Compiling downcast-rs v1.2.1
2026-09-10T09:34:05.2345344Z    Compiling linux-raw-sys v0.4.15
2026-09-10T09:34:05.2889636Z    Compiling anstream v1.0.0
2026-09-10T09:34:05.2963523Z    Compiling hashbrown v0.15.5
2026-09-10T09:34:05.3158671Z    Compiling vte v0.13.1
2026-09-10T09:34:05.4531290Z    Compiling toml_edit v0.22.27
2026-09-10T09:34:05.4695755Z    Compiling signal-hook-mio v0.2.5
2026-09-10T09:34:05.5642147Z    Compiling spake2 v0.4.0
2026-09-10T09:34:05.6649182Z    Compiling terminal_size v0.4.4
2026-09-10T09:34:05.6810932Z    Compiling strum_macros v0.26.4
2026-09-10T09:34:05.8173081Z    Compiling itertools v0.13.0
2026-09-10T09:34:05.8299923Z    Compiling schemars v1.2.1
2026-09-10T09:34:05.9140799Z    Compiling sha1 v0.10.6
2026-09-10T09:34:06.1540476Z    Compiling castaway v0.2.4
2026-09-10T09:34:06.1780778Z    Compiling static_assertions v1.1.0
2026-09-10T09:34:06.2370529Z    Compiling doctest-file v1.1.1
2026-09-10T09:34:06.2478321Z    Compiling indoc v2.0.7
2026-09-10T09:34:06.3538217Z    Compiling unicode-width v0.1.14
2026-09-10T09:34:06.6351003Z    Compiling clap_lex v1.1.0
2026-09-10T09:34:06.6559920Z    Compiling crossterm v0.28.1
2026-09-10T09:34:06.6741433Z    Compiling interprocess v2.4.2
2026-09-10T09:34:06.8881855Z    Compiling hyper v1.10.1
2026-09-10T09:34:06.8954199Z    Compiling clap_builder v4.6.0
2026-09-10T09:34:07.1934337Z    Compiling compact_str v0.8.2
2026-09-10T09:34:07.5701798Z    Compiling lru v0.12.5
2026-09-10T09:34:07.6111949Z    Compiling darling_macro v0.23.0
2026-09-10T09:34:07.7177528Z    Compiling unicode-truncate v1.1.0
2026-09-10T09:34:07.7481028Z    Compiling clap_derive v4.6.1
2026-09-10T09:34:07.8671473Z    Compiling iana-time-zone v0.1.65
2026-09-10T09:34:07.9240052Z    Compiling toml v0.8.23
2026-09-10T09:34:07.9825571Z    Compiling darling v0.23.0
2026-09-10T09:34:08.0545470Z    Compiling strum v0.26.3
2026-09-10T09:34:08.1520844Z    Compiling cassowary v0.3.0
2026-09-10T09:34:08.2332515Z    Compiling chrono v0.4.45
2026-09-10T09:34:08.2481320Z    Compiling nucleo-matcher v0.3.1
2026-09-10T09:34:08.2538265Z    Compiling qrcode v0.14.1
2026-09-10T09:34:08.6484451Z    Compiling hyper-util v0.1.20
2026-09-10T09:34:08.6735150Z    Compiling portable-pty v0.8.1
2026-09-10T09:34:08.9760850Z    Compiling ratatui v0.29.0
2026-09-10T09:34:09.0041285Z    Compiling tempfile v3.27.0
2026-09-10T09:34:09.3421039Z    Compiling spt-test-support v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-09-10T09:34:09.8844279Z    Compiling clap v4.6.1
2026-09-10T09:34:10.5460421Z    Compiling igd-next v0.17.1
2026-09-10T09:34:11.3501922Z    Compiling spt-msg v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-09-10T09:34:11.4644327Z    Compiling portmapper v0.16.0
2026-09-10T09:34:11.7001015Z    Compiling spt-runtime v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-09-10T09:34:11.7881030Z    Compiling spt-term v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-09-10T09:34:14.7139316Z    Compiling spt-live v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-09-10T09:34:16.5771827Z    Compiling rustls-webpki v0.103.13
2026-09-10T09:34:18.8276838Z    Compiling tokio-rustls v0.26.4
2026-09-10T09:34:18.8277230Z    Compiling noq-proto v0.17.0
2026-09-10T09:34:18.8277539Z    Compiling rustls-platform-verifier v0.7.0
2026-09-10T09:34:18.9737749Z    Compiling hickory-net v0.26.0-beta.4
2026-09-10T09:34:18.9739545Z    Compiling hyper-rustls v0.27.9
2026-09-10T09:34:18.9739944Z    Compiling tokio-websockets v0.13.2
2026-09-10T09:34:19.1125145Z    Compiling reqwest v0.13.4
2026-09-10T09:34:19.9549111Z    Compiling hickory-resolver v0.26.0-beta.4
2026-09-10T09:34:32.8820210Z    Compiling spt-net v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-09-10T09:34:34.6269499Z    Compiling spt-daemon v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-09-10T09:34:46.0623170Z    Compiling spt v0.68.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-09-10T09:34:53.1875671Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-09-10T09:34:53.2099606Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-8da7aa7a019236cf)
2026-09-10T09:34:53.2112531Z 
2026-09-10T09:34:53.2112816Z running 1 test
2026-09-10T09:34:59.8133391Z test new_brain_serves_against_old_broker ... ok
2026-09-10T09:34:59.8133758Z 
2026-09-10T09:34:59.8134040Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.60s
2026-09-10T09:34:59.8134411Z 
